home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / onetime.zip / TENCODE.BAT < prev    next >
DOS Batch File  |  1994-07-02  |  324b  |  11 lines

  1. cls
  2. rem Converting digits & punctuation in file to literals.                  
  3. cvt %1
  4. ren file.cvt plain.txt
  5. rem creating CODE.KEY file used to encode.
  6. fcr plain.txt
  7. rem Encoding the file...
  8. tcode e
  9. rem ***The encoded file is named ENCR.XXX***
  10. rem ***Remember to delete any plain text files with the ZDEL utility!
  11.